@charset "utf-8";
/*******CSS commont*************/
*{margin:0;padding:0;border:0;outline:medium;text-shadow:none;text-decoration:none;}
p,dl,ol,ul{ margin:0;padding: 0;}
ol,ul{list-style:none;}
img {image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}
/*******CSS reset*************/
body{ background:#fff; overflow-x: hidden; color:#2d2c2c; font-size: 12px; overflow-x: hidden; overflow-y: auto;}
@media (min-width:1200px)
{
    body{ font-size: 14px; }
    .container{ padding:0px;}
}
@media (min-width:1400px)
{
    .container{ max-width: 1200px;}
}
@media (min-width:1601px)
{
    .container{ max-width: 1400px;}
}
a{color:#2d2c2c;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#1d56c4; }
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{max-height:100%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs:hover img{ width:110%; transition:.36s width; -webkit-transition:.36s width; -moz-transition:.36s width; -ms-transition:.36s width; -o-transition:.36s width; }
.cimgbox {position:relative;overflow:hidden;width:100%;}
.cimgbox:after {content:'';display:block;padding-top:60%;}
.cimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.cimgbox:hover img{width:110%;transition:.36s width;}
.nimgbox {position:relative;overflow:hidden;width:100%;}
.nimgbox:after {content:'';display:block;padding-top:49.27%;}
.nimgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.nimgbox:hover img{width:110%;transition:.36s width;}
.ln1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ln2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*******Css header*******/
#header{ padding: 10px 0px 10px 0px; }
.map-open{ font-size: 24px; color: #fe162c;}
#mnav{ background: #1d56c4; padding: 4px 0px;}
#mnav a{ position: relative; color: #fff; float: left; line-height: 28px; height: 28px; font-size: 13px; width: 25%; text-align: center;}
#mnav a:hover{ font-weight: bold; }
#mnav a.on{ font-weight: bold; }
@media (min-width:370px) 
{
    #mnav{ padding: 6px 0px; }
    #mnav a{ line-height: 32px; height: 32px; font-size: 14px;}
}
@media (min-width:768px) 
{
    #mnav{ padding: 0px; }
    #mnav a{ width: 12.5%; line-height: 42px; height: 42px;}
}
@media (min-width:992px) 
{
    #header{ padding: 12px 0px 12px 0px; }
    .htel{ font-size: 14px;}
    #mnav a{ line-height: 44px; height: 44px; background: url(../images/nav_line.jpg) repeat-y right; }
    #mnav #mnava_7{ background: none;}
    #mnav a:hover{ background: #fe162c; color:#fff; font-weight: normal;}
    #mnav #mnava_7:hover{ background: #fe162c;}
    #mnav a.on{ background: #fe162c; color:#fff; }
    #mnav #mnava_7.on{ background: #fe162c;}
}
@media (min-width:1200px) 
{
    #header{ padding: 18px 0px 22px 0px; }
    .navs{ background: #1d56c4;}
    #navs{ display: flex; align-items: center;}
    #navs .nli{ max-width: 25%; flex: 1; position: relative; text-align: center; }
    #navs .nli p{ font-size: 15px; background: url(../images/nav_line.jpg) repeat-y right; height: 46px; line-height: 46px;}
    #navs .nli p a{ color: #fff;}
    #navs #navs_7 p{ background: none;}
    #navs .subs{ width: 100%; overflow: hidden; display: none; position: absolute; z-index: 999; font-size:14px; top: 46px;}
    #navs .subs a{text-overflow: ellipsis;
        white-space: nowrap; width: 100%; height: 36px; line-height: 36px; padding: 0px 12px; float: left; overflow: hidden; background: #fe162c; color: #fff; margin-bottom: 1px;}
    #navs .subs a:hover{ background:#1d56c4; color: #fff;}
    #navs .subs a.on{ background:#1d56c4; }
    #navs .nli:hover p{ background: #fe162c; }
    #navs .nli.ons p{ background: #fe162c; font-weight: bold;}
    #navs #navs_7:hover p{ background: #fe162c; }
    #navs #navs_7.ons p{ background: #fe162c; font-weight: bold; }
}
@media (min-width:1400px) 
{
    #header{ padding: 22px 0px 28px 0px;}
    .htel{ font-size: 15px;}
    #navs .nli p{ font-size: 16px; height: 50px; line-height: 50px;}
    #navs .subs{ top: 50px; }
    #navs .subs a{ height: 38px; line-height: 38px;}
}
#menu-map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow-x:hidden; overflow-y: scroll; }
#menu-map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.map-closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map-closes a{ text-align: center; float: right; margin-right: 2px; }
.map-closes a .iconfont{ font-size: 30px; color:#fe162c; }
.map-close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
.mnavul{ width: 98%; margin: 10px auto;}
.nav-item{position: relative; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 50px;max-height:50px; font-size: 15px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left;}
.nav-item.on{ color: #fe162c; }
.nav-item.on a{ color: #fe162c; }
.nav-item.on p i{ color: #fe162c; }
.nav-item.nav-show{border-bottom: none; background:#f5f5f5; }
.nav-item .msubs{display:none; padding: 0px 16px 12px 16px; overflow:hidden; }
.nav-item .msubs a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msubs a.on{ color:#fe162c;}
.nav-item .msubs a:hover{ color:#fe162c;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}
#mbanners{ overflow: hidden; position: relative;}
#mbanners img{ width: 100%;}
#mbanners .swiper-pagination{ bottom: 10px; }
#mbanners .swiper-pagination-bullet{ outline: none; background: #fff;}
#mbanners .swiper-pagination-bullet-active{ background: #fff; }
.banner{ position: relative;}
#banners{ overflow: hidden; position: relative;}
#banners img{ width: 100%;}
#banners .s-prev,#banners .s-next{ position: absolute; font-size: 22px; padding: 28px 10px; background: rgba(0, 0, 0, 0.2); color: #ffffff; cursor: pointer; top: 50%; z-index: 6; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#banners .s-prev{ left: 3%;}
#banners .s-next{ right: 3%;}
@media (min-width:1400px) 
{
    #banners .s-prev,#banners .s-next{ font-size: 24px; padding: 32px 12px;}
}
#page_banner{ position:relative; text-align:center;}
#page_banner img{ width: 100%; }
#page_crum{ text-align: left; padding: 4px 0px; line-height: 1.6; color: rgba(255, 255, 255, 0.7); width: 100%; position: absolute; z-index: 3; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.4);}
#page_crum a{ color: rgba(255, 255, 255, 0.7); }
#page_crum a:hover{ color: #fff; }
.page_crum{ overflow: hidden; }
.page_crum_sp1{ margin-right: 5px;}
.page_pro_types{ border-bottom: solid 1px #DFDFDF; }
.page_pro_type{ overflow: hidden; height: 50px; line-height: 50px;}
.page_pro_type .swiper-slide{ width: auto; padding: 0px 16px;  position: relative;}
.page_pro_type .swiper-slide span{ position: absolute; color: #F2F2F2; right: 0px; top: 50%; transform: translateY(-50%);}
.page_pro_type a{ font-size: 15px; width: 100%; float: left; background: url(../images/pl_icon1.png) no-repeat left center; padding-left: 16px;}
.page_pro_type a:hover{ background: url(../images/pl_icon1hh.png) no-repeat left center; color: #fe162c;}
.page_pro_type a.on{ background: url(../images/pl_icon1hh.png) no-repeat left center; color: #fe162c; }
#wrapper{ padding: 20px 0px 26px 0px;}
.right_side_tt{ text-align: center; }
.right_side_tt a{ display: inline-block; position: relative; font-size: 18px; font-weight: bold;}
.right_side_tt a span{ position: relative; z-index: 2;}
.right_side_tt a:hover{ color: #2d2c2c; }
.right_side_ft{ color: #999; margin-top: 5px; text-align: center;}
.right_content{ padding:0px; }
#right_content{ padding-top: 10px; }
@media (min-width:768px) 
{
    .page_pro_type .swiper-slide{ padding: 0px 20px;}
}
@media (min-width:992px) 
{
    .page_pro_type{ height: 56px; line-height: 56px;}
    .page_pro_type .swiper-slide{ padding: 0px 22px;}
    .right_side_tt a{ font-size: 25px; }
}
@media (min-width:1200px) 
{

    #wrapper{ padding:32px 0px 40px 0px; }
    .right_side_tt{ text-align: left; }
    .right_side_tt a{ font-size: 22px; padding-left: 15px;}
    .right_side_tt a:before{ content: ''; width: 6px; height: 22px; background: #fe162c; position: absolute; top: 50%; margin-top: -9px; left: 0px;}
    .right_side_ft{ text-align: left; }
    .right_content{ padding: 0px; min-height: 415px;}
    #right_content{ padding-top: 20px; }
}
@media (min-width:1400px) 
{
    #wrapper{ padding:36px 0px 52px 0px; }
    .right_side_tt a{ font-size: 24px; }
}
/*******Css home*******/
#chan1r{ margin-bottom:24px; }
.chan1{ margin-top: 20px;}
.chan1-tt{ background: #fafafa; height: 40px; line-height: 40px; overflow: hidden; margin-bottom: 18px;}
.chan1-tt-a1{ width: 140px; height: 40px; background: url(../images/menu_bg.png) no-repeat; position: relative; padding-left: 40px; color: #ffffff; font-size: 15px; font-weight: bold;}
.chan1-tt-a1 i{ position: absolute; left: 12px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.chan1-tt-a1:hover{ color:#fff; }
.chan1-tt-a2{ color: rgba(43, 40, 40, 0.6); margin-right: 10px;}
.chan1-tt-a1 img{ position: absolute; left: 12px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
#about .chan1-tt-a1 i{ width: 15px; height: 15px; background: url(../images/menu1.png) no-repeat;}
#contact .chan1-tt-a1 i{ width: 18px; height: 20px; background: url(../images/menu2.png) no-repeat;}
#products .chan1-tt-a1 i{ width: 16px; height: 16px; background: url(../images/menu3.png) no-repeat;}
#gcxm .chan1-tt-a1 i{ width: 15px; height: 19px; background: url(../images/menu4.png) no-repeat;}
#cqsl .chan1-tt-a1 i{ width: 17px; height: 17px; background: url(../images/menu5.png) no-repeat;}
#news .chan1-tt-a1 i{ width: 17px; height: 17px; background: url(../images/menu6.png) no-repeat;}
.about-img{ text-align: center;}
.about-txt{ margin-top: 16px; line-height: 22px; height: 220px; overflow: hidden; text-indent: 2em; text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.products{ overflow: hidden;}
.products-txt{ height:30px; line-height: 30px; overflow: hidden; text-align: center;}
.gcxm{ overflow:hidden; } 
.gcxm a{ width:100%; float:left; height:24px; line-height: 24px; overflow: hidden; position: relative; padding-left: 16px;}
.gcxm a p{ width:55%; float:left; height:24px;}
.gcxm a span{ text-align: right; width:40%; float:right; height:24px;}
.gcxm a i{ transition: all 0.3s ease-out 0s; width:6px; height:6px; border: solid 1px #4f4e4e; position: absolute; top: 50%; margin-top: -3px; left: 2px;}
.gcxm a:hover i{ border: solid 1px #1d56c4; background: #1d56c4;}
.cqsl{ overflow:hidden; }
.news-top{ padding-bottom:14px; border-bottom: solid 1px #dbdada;}
.news-top-tt{ height:28px; line-height: 28px; overflow: hidden; font-weight: bold;}
.news-top-dc{ line-height: 22px; height:44px; overflow: hidden; color: rgba(43, 40, 40, 0.9);}
.news-bom{ overflow:hidden; margin-top: 8px;}
.news-bom a{ width:100%; float:left; height:24px; line-height: 24px; overflow: hidden; position: relative; padding-left: 16px; padding-right: 56px;}
.news-bom a i{ transition: all 0.3s ease-out 0s; width:6px; height:6px; border: solid 1px #4f4e4e; position: absolute; top: 50%; margin-top: -3px; left: 2px;}
.news-bom a p{ height:24px;}
.news-bom span{ position: absolute; right: 0px; top: 0px; color: rgba(43, 40, 40, 0.6); }
.news-bom a:hover i{ border: solid 1px #1d56c4; background: #1d56c4;}
.contact{ line-height:22px; }
@media (min-width:768px) 
{
    .about-txt{ height:154px; -webkit-line-clamp: 7;}
    .chan2{ width:66%; float:left; }
    #news{ width:32%; float:right; } 
}
@media (min-width:992px) 
{
    .about-txt{ height:110px; -webkit-line-clamp: 5;}
}
@media (min-width:1200px) 
{
    #chan1r{ margin-bottom:32px; }
    .chan1-tt{ margin-bottom:20px; }
    .chan1-tt-cc{ margin-right: 10px; color: rgba(43, 40, 40, 0.6);}
    .chan1-tt-cc a{ color: rgba(43, 40, 40, 0.6)}
    .chan1-tt-cc a:hover{ color: #000;}
    .chan3{ width:25.5%; float: left; margin-top:16px;}
    .chan4{ width:44.2%; float:left; margin-left: 2.4%; margin-top:16px;}
    #news{ width:25.5%; margin-top:36px;}
    .about-txt{ line-height: 24px; height:240px; -webkit-line-clamp: 10; margin-bottom: 32px; margin-top: 24px;}
    .news-top{ padding-bottom:18px; }
    .news-top-tt{ height:30px; line-height: 30px; }
    .news-bom{ margin-top:12px; }
    .news-bom a{ height:26px; line-height: 26px; }
    .news-bom a p{ height:26px;}
    .contact{ line-height:24px; }
}
@media (min-width:1400px) 
{
    #chan1r{ margin-bottom:52px; }
    .chan1{ margin-top: 28px;}
    .chan3{ margin-top:26px;}
    .chan4{ margin-top:26px;}
    #news{ margin-top:54px; }
    .chan1-tt{ margin-bottom:24px; }
    .chan1-tt-a1{ font-size:16px;}
    .chan1-tt-cc{ margin-right: 16px;}
    .about-txt{ margin-top:30px; line-height: 27px; height:270px;}
    .contact{ line-height:26px; }
    .gcxm a{ line-height: 26px; height: 26px;}
    .gcxm a p{ height: 26px; }
    .news-top{ padding-bottom:24px; }
    .news-top-tt{ height:32px; line-height: 32px; font-size: 15px;}
    .news-top-dc{ margin-top:4px; }
    .news-bom{ margin-top:16px; }
    .news-bom a{ height:28px; line-height: 28px; }
    .news-bom a p{ height:28px;}
}
@media (min-width:1601px) 
{
    .news-bom a{ height:30px; line-height: 30px; }
    .news-bom a p{ height:30px;}
    .contact{ line-height: 30px;}
}
/*******Css footer*******/
#fnav{ background: #1d56c4; padding: 4px 0px;}
#fnav a{ position: relative; color: #fff; float: left; line-height: 28px; height: 28px; font-size: 13px; width: 25%; text-align: center;}
#fnav a:hover{ font-weight: bold; }
#fnav a.on{ font-weight: bold; }
#footer{ background: #eeeff1; color: rgba(43, 40, 40, 0.8); padding: 12px 0px 16px 0px; text-align: center; line-height: 1.8; margin-bottom: 62px;}
#footer a{ color: rgba(43, 40, 40, 0.8);}
#footer a:hover{ color: #1d56c4;}
.footer-link a{ margin-right: 10px;}
.footer-c1 a{ margin-right: 10px;}
.footer-c2{ margin-top:6px; }
@media (min-width:768px) 
{
    #footer{ margin-bottom:0px; }
    #fnav{ padding: 0px 0px; }
    #fnav a{  width: 12.5%; line-height: 42px; height: 42px; font-size: 14px;}
}
@media (min-width:992px) 
{
    #fnav a{ line-height: 44px; height: 44px; background: url(../images/nav_line.jpg) repeat-y right; }
    #fnav #fnava_7{ background: none;}
    #fnav a:hover{ background: #fe162c; color:#fff; font-weight: normal;}
    #fnav #fnava_7:hover{ background: #fe162c;}
    #fnav a.on{ background: #fe162c; color:#fff; }
    #fnav #fnava_7.on{ background: #fe162c;}
}
@media (min-width:1200px) 
{
    #fnav a{ line-height: 46px; height: 46px; font-size: 15px;}
    #footer{ padding: 20px 0px 22px 0px; }
}
@media (min-width:1400px) 
{
    #fnav a{ line-height: 50px; height: 50px; font-size: 16px;}
    #footer{ padding: 24px 0px 26px 0px; }
}
.gongancode{ display:inline-block; background: url(../images/ga.png) no-repeat left center; padding-left: 26px;}
.footernav{ width: 100%; color: #fff; height:58px; overflow: hidden; position: fixed; bottom:0px; left: 0px; z-index: 999;   background:#1b1b1b; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; padding:5px 0px 8px 0px; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation:swing 1s infinite;  }

.prolist{ overflow: hidden; margin-top: 5px;}
.prolist li{ border: solid 1px #dedede; background: #fff; margin-top: 16px; padding: 8px 8px;}
.prolist_txt{ font-size: 13px; text-align: center; margin-top: 12px;}
.prolist_dc{ color: #999; margin-top: 3px; text-align: center;}
.prolist_btn{ margin-top: 12px; text-align: center; overflow: hidden;}
.prolist_btn a{ width: 48%; height: 36px; line-height: 34px;}
.prolist_btn_a1{ float: left; background: #f5f5f5;}
.prolist_btn_a2{ float: right; background: #1d56c4; color: #fff;}
.prolist_btn_a1:hover{ background: #fe162c; color: #fff;}
.prolist_btn_a2:hover{ background: #fe162c; color: #fff;}
@media (min-width:768px) 
{
    .prolist li{ width: 49%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .prolist li{ width: 32%; float: left; margin-right: 2%;}
    .prolist li:nth-child(2n){ margin-right: 2%; }
    .prolist li:nth-child(3n){ margin-right: 0px; }
    .prolist_btnc{ width: 90%; display: inline-block;}
}
@media (min-width:1200px) 
{
    .prolist li{ margin-top:20px; padding:10px 10px; position: relative; overflow: hidden;}
    .prolist li:hover .prolist_btn{ bottom: 0px; opacity: 1;}
    .prolist_txt{ font-size: 15px; margin-top: 12px;}
    .prolist_dc{ margin-top: 6px; }
    .prolist_btn{ margin-top: 0px; opacity: 0; position: absolute; width:100%; padding: 12px 0px; transition: all 0.3s ease-out 0s; left: 0px; bottom: -80px; background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.8) 0%, #ffffff 100% );}
    .prolist_btnc{ width: 255px; }
    .prolist_btn a{ width: 120px; height: 40px; line-height: 38px;}
}
@media (min-width:1400px) 
{
    .prolist li{ margin-top:25px; padding:12px 12px;}
    .prolist_txt{ font-size: 16px; margin-top: 16px;}
    .prolist_dc{ margin-top: 8px; }
    .prolist_btn{ padding: 24px 0px; bottom: -96px;}
    .prolist_btnc{ width: 265px; }
    .prolist_btn a{ width: 125px; height: 42px; line-height: 40px;}
}
.prolist li:hover{ box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); }

#rdpro1{ padding-bottom: 20px; background: #f8f8f8;}
.rdpro1{ overflow: hidden; }
.nproinfoimgs{ overflow: hidden; margin-top: 20px;}
.nproinfoimgs .gallery-thumbs{ margin-top: 10px; }
.nproinfoimgs .gallery-thumbs .nproinfo_timg{ border: solid 1px #dedede; text-align: center; cursor: pointer;}
.nproinfoimgs .gallery-thumbs .nproinfo_timg img{ max-width: 100%; }
.nproinfoimgs .gallery-thumbs .swiper-slide-thumb-active .nproinfo_timg{ border: solid 1px #1d56c4;  }
.nproinfoimgs .gallery-top{ overflow: hidden; position: relative;}
.nproinfoimgs .gallery-top a{ background:#fff; width: 100%; float: left; text-align: center; border: solid 1px #dedede;}
.nproinfoimgs .gallery-top a img{ max-width: 100%; }
.nproinfoimgs .swiper-prev,.nproinfoimgs .swiper-next{ padding: 12px 5px; z-index: 2; background: rgba(0, 0, 0, 0.6); color: #fff; position: absolute; top: 50%; transform: translateY(-50%);}
.nproinfoimgs .swiper-prev:hover,.nproinfoimgs .swiper-next:hover{ background: rgba(0, 0, 0, 0.9);  }
.nproinfoimgs .swiper-prev{ left: 0px; }
.nproinfoimgs .swiper-next{ right: 0px; }
.rdpro1_img{ overflow: hidden; margin-top: 20px; border: solid 1px #dedede; background: #fff; text-align: center;}
.rdpro1_img img{ width: 100%; }
.rdpro1_txt{ position: relative; margin-top: 20px; }
.rdpro1_txt_tt{ font-size: 16px; font-weight: bold; }
.rdpro1gg{ margin-top: 6px; color: #999; line-height: 1.7;}
.rdpro1_gg{ margin-top: 5px; overflow: hidden;}
.rdpro1_gg_cc{ margin: 10px auto 0px; color: #444;}
.rdpro1_gg_cc span{ color: #888; }
.rdpro1_tel{ line-height: 2; color: #888; background: rgba(120, 142, 100, 0.1); margin-top: 15px; border: solid 1px #dedede; padding: 10px;}
.rdpro1_tel_c1 b{ color: #ee001a; font-weight: bold; font-family: Arial; font-size: 14px;}
.rdpro1_tel_c2{ line-height: 1.5; }
.rdpro1_btn{ margin-top: 15px; overflow: hidden;}
.rdpro1_btn a{ float: left; padding: 9px 38px;  background: #1d56c4; color: #fff; font-size: 15px;}
.rdpro1_btn a:hover{ background: #fe162c; color: #fff;}
#rdpro_tj{ padding: 0px 0px 24px; }
#rdpro_tjs{ margin-top: 20px; }
.rdpro2_right_c_tt{ overflow: hidden; line-height: 32px;}
.rdpro2_right_c_tt a{ font-size: 16px; font-weight: bold; float: left; position:relative;}
.rdpro2_right_c_tt a span{ position: relative; z-index: 2;}
.rdpro2_right_c_tt_p1{ color: #888; float: left; margin-left: 10px;}
.rdpro_tj{ overflow: hidden; margin-top: 15px;}
.rdpro_tj_img{ border: solid 1px #dedede;}
.rdpro_tj_txt{ height: 32px; line-height: 32px; padding: 0px 10px; text-align: center; overflow: hidden; margin-top: 4px;}
#rdpro2{ padding: 20px 0px;}
.rdpro2_right_c{ background: #fff; border: solid 1px #dedede; padding: 10px; margin-bottom: 10px;}
.rdpro2_right_c_right{ margin-top: 10px; }
.rdpro_khal{ overflow: hidden; margin-top: 15px;}
.rdpro_khal_txt{ height: 32px; line-height: 32px; overflow: hidden; color: #666; text-align: center; margin-top: 4px;}
.rdpro_khal a:hover .rdpro_khal_txt{ color: #1d56c4; }
.rdpro2_right_sl_left{ margin-top: 15px; line-height: 2; font-size: 13px;}
.rdpro2_right_sl_left_img{ text-align: center; margin-top: 10px;}
.rdpro2_right_sl_left_img img{ width: 100%; }
.rdpro2_right_sl_right{ overflow: hidden; margin-top: 10px;}
.rdpro2_right_sl_right li{ width: 50%; float: left; padding-left: 30px;  padding-right: 6px; margin-top: 15px; position: relative; }
.rdpro2_right_sl_right_img{ width: 24px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.rdpro2_right_sl_right_img img{ width: 100%; }
.rdpro2_right_sl_right_tt{ display:inline-block; font-size: 20px; font-family: Arial; font-weight: bold;}
.rdpro2_right_sl_right_dc{ display:inline-block; color: #4b4c4d; margin-left: 3px;}
.rdpro1_txt_tags{ color: #888; margin-top: 10px;}
.proinfo_ct{ font-size: 15px; }
.page_Content .parm{ margin-top: 15px; }
@media (min-width:370px) 
{
    .rdpro1_tel_c1 b{ font-size: 16px; }
}
@media (min-width:768px) 
{
    .nproinfoimgs{ width: 52%; float: left;}
    .rdpro1_img{ width: 52%; float: left;}
    .rdpro1_txt{ width: 46%; float: right;}
    .rdpro2_right_sl_right li{ width: 25%; }
}
@media (min-width:992px) 
{
    .nproinfoimgs{ width: 50%;}
    .rdpro1_img{ width: 50%; }
    .rdpro1_txt{ width: 47%; }
    .rdpro2_right_c{ padding: 15px; }
    .rdpro2_right_c_left{ width: 30%; float: left;}
    .rdpro2_right_c_right{ width: 67%; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
    #rdpro1{ padding-top: 26px; padding-bottom: 32px;}
    .rdpro1_img{ margin-top: 0px; }
    .nproinfoimgs{ margin-top: 0px; }
    .rdpro1_txt{ margin-top: 0px; }
    .rdpro1_txt_tt{ font-size: 20px; }
    .rdpro1_gg{ margin-top: 10px; }
    .rdpro1gg{ margin-top: 10px; }
    .rdpro1_tel{ padding: 20px 130px 20px 20px; position: relative; margin-top: 25px;}
    .rdpro1_tel_wx{ width: 90px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
    .rdpro1_tel_wx img{ width: 70px; float: left;}
    .rdpro1_tel_wx_txt{ width: 20px; line-height: 15px; font-size: 12px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .rdpro1_tel_c1 b{ font-size: 18px; }
    .rdpro1_btn{ margin-top: 25px; position: relative;}
    .rdpro1_btn a{ padding: 10px 48px; font-size: 15px;}
    .rdpro1_btn_txt{ color: #fe162c; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    #rdpro_tj{ padding: 0px 0px 32px 0px; }
    #rdpro_tjs{ margin-top: 25px; }
    .rdpro2_right_c_tt{ height: 36px; line-height: 36px;}
    .rdpro2_right_c_tt a{ font-size: 20px; }
    .rdpro2_right_c_tt_p1{ margin-left: 20px; }
    .rdpro_tj{ margin-top: 20px; }
    .rdpro_tj_txt{ height: 36px; line-height: 36px;}
    #rdpro2{ padding: 28px 0px 22px 0px; }
    .rdpro2_right{ width: 76%; float: left;}
    .rdpro2_right_c{ padding: 20px 25px 25px 25px; }
    .rdpro_khal{ margin-top: 20px; }
    .rdpro_khal_txt{ height: 36px; line-height: 36px;}
    .rdpro2_right_sl_left{ margin-top: 20px; width: 72%; float: left; font-size: 15px;}
    .rdpro2_right_sl_right{ width: 24%; float: right; }
    .rdpro2_right_sl_right li{ width: 100%; margin-top: 15px; margin-bottom: 15px; padding-left: 40px;}
    .rdpro2_right_sl_right_img{ width: 30px; }
    .rdpro2_right_sl_right_tt{ font-size: 28px; }
    .rdpro2_left{ width: 22%; float: right; }
    .rdpro2_left_c{ background: #fff; border: solid 1px #dedede; padding: 15px; margin-bottom: 15px;}
    .rdpro2_left_c_tt{ font-size: 20px; font-weight: bold; }
    .rdpro2_left_c_pro{ overflow: hidden; margin-top: 16px;}
    .rdpro2_left_c_pro a{ font-size: 15px; width: 100%; color: #444444; float: left; height: 44px; line-height: 44px; border-top: solid 1px #EAEAEA;}
    .rdpro2_left_c_pro a:hover{ color: #1d56c4; }
    .rdpro2_left_c_pro a.on{ color: #1d56c4; }
    .rdpro2_left_c_news{ overflow: hidden; margin-top: 12px;}
    .rdpro2_left_c_news a{ width: 100%; color: #444444; float: left; height: 40px; line-height: 40px; border-top: solid 1px #EAEAEA; }
    .rdpro2_left_c_news a:hover{ color: #1d56c4; }
    .rdpro1_txt_tags{ margin-top: 12px; }
    .proinfo_ct{ font-size: 18px; }
    .page_Content .parm{ margin-top: 25px; }
    .rdpro2_right_c_cc .page_Content{ margin-top: 0px;}
}
@media (min-width:1400px) 
{
    #rdpro1{ padding-top: 28px; padding-bottom: 40px;}
    .page_crums{ padding: 16px 0px; }
    .rdpro1_img{ width: 46%; }
    .nproinfoimgs{ width: 46%;  }
    .rdpro1_txt{ width: 50%; }
    .rdpro1_txt_tt{ font-size: 22px; }
    .rdpro1_gg{ margin-top: 14px; }
    .rdpro1gg{ margin-top: 14px; }
    .rdpro1_tel{ padding: 25px 170px 25px 30px; position: relative; margin-top: 30px;}
    .rdpro1_tel_wx{ width: 110px; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
    .rdpro1_tel_wx img{ width: 90px; float: left;}
    .rdpro1_tel_wx_txt{ width: 20px; line-height: 15px; font-size: 12px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0px;}
    .rdpro1_tel_c1 b{ font-size: 24px; }
    .rdpro1_btn{ margin-top: 32px; position: relative;}
    .rdpro1_btn a{ padding: 12px 58px; font-size: 16px;}
    #rdpro_tj{ padding: 0px 0px 40px 0px; }
    #rdpro_tjs{ margin-top: 35px; }
    .rdpro2_right_c_tt{ height: 40px; line-height: 40px;}
    .rdpro2_right_c_tt a{ font-size: 22px; }
    .rdpro2_right_c_tt_p1{ margin-left: 30px; }
    .rdpro_tj{ margin-top: 25px; }
    .rdpro_tj_txt{ height: 38px; line-height: 38px;}
    #rdpro2{ padding: 40px 0px 24px 0px;  }
    .rdpro2_right_c{ padding: 24px 40px 36px 40px; }
    .rdpro2_right_c_cc{ margin-top: 20px; font-size: 16px;}
    .rdpro2_right_c_cc table td { padding:6px 35px 6px 60px;}
    .rdpro_khal{ margin-top: 25px; }
    .rdpro_khal_txt{ height: 38px; line-height: 38px;}
    .rdpro2_right_sl_left{ margin-top: 25px;  font-size: 16px; width: 70%;}
    .rdpro2_right_sl_right li{ width: 100%; margin-top: 25px; margin-bottom: 15px; padding-left: 65px;}
    .rdpro2_right_sl_right_img{ width: 50px; }
    .rdpro2_right_sl_right_tt{ font-size: 40px; }
    .rdpro2_left{ width: 22%; float: right; }
    .rdpro2_left_c{ padding: 20px 20px 30px 20px; margin-bottom: 20px;}
    .rdpro2_left_c_tt{ font-size: 22px; }
    .rdpro2_left_c_pro{  margin-top: 20px;}
    .rdpro2_left_c_pro a{ font-size: 16px; height: 46px; line-height: 46px; }
    .rdpro2_left_c_news{ margin-top: 16px;}
    .rdpro2_left_c_news a{ height: 42px; line-height: 42px; }
    .proinfo_ct{ font-size: 20px; }
    .page_Content .parm{ margin-top: 35px; }
}
.piclist{ overflow: hidden; }
.piclist a{ background: #f8f8f8; width: 100%; float: left; margin-top: 15px; padding: 2px;}
.piclist_video{ z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat;}
.piclist_txt{ text-align: center; height: 40px; line-height: 40px; font-size: 13px; overflow: hidden; padding: 0px 10px;}
@media (min-width:768px) 
{
    .piclist a{ width: 49%; float: left; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .piclist a{ width: 32%; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 2%; }
    .piclist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
     .piclist a{ margin-top: 20px; padding: 5px;}
     .piclist_txt{ height: 50px; line-height: 50px; padding: 0px 15px; font-size: 15px;}
}
@media (min-width:1400px) 
{
     .piclist a{ margin-top: 25px;}
     .piclist_txt{ height: 56px; line-height: 56px; font-size: 16px;}
}
.piclist a:hover{ background: #1d56c4; color: #fff;}
.piclists{ overflow:hidden; margin-top: 12px;}
.piclists a{ height: 38px; line-height: 38px; width:100%; float:left; position: relative; padding-left: 16px; border-bottom: solid 1px #dedede;}
.piclists a p{ overflow: hidden; width:56%; height: 38px; float:left; }
.piclists a span{ width:40%; height: 38px; float:right; text-align: right; color: #888;}
.piclists a i{ transition: all 0.3s ease-out 0s; width:6px; height:6px; border: solid 1px #4f4e4e; position: absolute; top: 50%; margin-top: -3px; left: 2px;}
.piclists a:hover i{ border: solid 1px #1d56c4; background: #1d56c4;}
@media (min-width:768px) 
{
    .piclists a{ height: 42px; line-height: 42px; }
}
@media (min-width:1200px) 
{
    .piclists{ margin-top:16px; }
    .piclists a{ height: 48px; line-height: 48px; }
}
@media (min-width:1400px) 
{
    .piclists a{ height: 56px; line-height: 56px; }
}
#newslist{ overflow: hidden; margin-top: 5px;}
#newslist li{ overflow: hidden; margin-top: 15px; padding-bottom: 12px; border-bottom: solid 1px #dedede;}
#newslist li a{ width: 100%; float: left; }
.newslist_img{ border: solid 1px #f5f5f5; }
.newslist_txt{ padding-top: 8px; }
.newslist_txt_tt{ height: 28px; line-height: 28px; overflow: hidden; font-weight: bold; font-size: 14px;}
.newslist_txt_time{ color: #999; }
.newslist_txt_time span{ margin-right: 6px; }
.newslist_txt_dc{ line-height: 18px; height: 54px; overflow: hidden; color: #999;}
.newslist_txt_mm{ color:#1d56c4; margin-top: 8px;}
@media (min-width:768px) 
{
    .newslist_img{ width: 30%; float: left; background: #f1f1f1;}
    .newslist_txt{ width: 67%; float: right; }
    .newslist_txt_dc{ line-height: 20px; height: 60px; }
}
@media (min-width:992px) 
{
    .newslist_img{ width:25%;}
    .newslist_txt{ width:72%; }
}
@media (min-width:1200px) 
{
    #newslist li{ margin-top: 25px; padding-bottom: 18px;}
    .newslist_img{ width: 28%; }
    .newslist_txt{ width: 69%; padding-top: 5px;}
    .newslist_txt_tt{ height: 38px; line-height: 38px; font-size: 17px;}
    .newslist_txt_dc{ line-height: 23px; height: 69px; }
}
@media (min-width:1400px) 
{
    .newslist_img{ width: 28%; }
    .newslist_txt{ width: 70%; }
    .newslist_txt_dc{ line-height: 25px; height: 75px; margin-top: 6px}
    .newslist_txt_mm{ margin-top:12px; }
}
 
#newslist li a:hover:after{ background:url(../images/news_icon1h.png) no-repeat; background-size: cover;}
#newslist li a:hover .newslist_txt:before{ width:120px; }

.contact_cc{ margin-top:16px;}
.contact_cc_tt{ font-size: 16px; font-weight: bold;}
.contact_main{ margin-top: 10px; }
.contact_main p{ padding: 7px 4px; margin-bottom: 5px; border-bottom: solid 1px #f5f5f5; font-size: 13px; color: #444;}
.contact_main p a{ color: #fe162c; }
.contact_main p strong{ color: #fe162c; }
#dituContent{ height: 200px; margin-top: 15px;}
@media (min-width:1200px) 
{
    .contact_cc{ margin-top:24px;}
    .contact_cc_tt{ font-size: 17px; }
    .contact_main p{ font-size: 15px; padding: 10px 5px;}
    #dituContent{ margin-top: 25px; height: 300px;} 
}
@media (min-width:1400px) 
{
    .contact_cc{ margin-top:36px;}
    .contact_cc_tt{ font-size: 18px; }
    .contact_main p{ font-size: 16px; padding: 12px 5px;}
    #dituContent{ margin-top: 35px; height: 400px;} 
}
.pmess{ overflow: hidden; margin-top: 15px; }
.pmess li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:48%; margin-right: 4%; padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height: 40px;}
.pmess #tel{ margin-right: 0px; }
.morder_textarea{ width:100%;  padding: 15px;   outline: none; float: left; background: #f9f9f9;   height: 120px; line-height: 30px;}
.morder_captcha{ width:100px;  padding: 0px 15px;  outline: none; float: left; background: #f9f9f9;   height: 40px; line-height:40px;}
.morder_img{ float: left; margin-left: 10px; width: 100px; height: 40px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; font-size:15px; width: 100%; height: 42px; line-height: 42px; background: #fe162c; color: #fff; }
.morder_But:hover{ background: #fe162c; color: #fff;}
@media (min-width:375px) 
{
  .morder_captcha{ width:110px; }
}
@media (min-width:768px) 
{
    .morder_But{ width: 250px; float: right; margin-top: 0px;}
}
@media (min-width:1200px) 
{
   .pmess{ margin-top: 20px; }
   .pmess li{ margin-bottom: 15px; }
   .morder_captcha{ width: 200px;}
   .morder_But{ font-size: 15px; }
}
@media (min-width:1400px) 
{
    .pmess{ margin-top: 25px; }
    .pmess li{ margin-bottom: 20px; }
    .morder_InputText{ height: 46px; line-height: 46px; }
    .morder_InputText1{ height: 46px; line-height: 46px; }
    .morder_captcha{ height: 46px; line-height: 46px; width: 140px;}
    .morder_img{ height: 46px; line-height: 46px; width: 120px;}
    .morder_But{ height:48px; line-height: 48px; font-size: 16px; }
}

#page_Title{ line-height:1.8; font-size:17px; padding-bottom: 10px; border-bottom:solid 1px #EBEBEB; text-align: center;}
.page_Info{ text-align: center; height:28px; line-height: 28px; margin-top: 5px; color:#b3b3b3;  overflow: hidden; }
.page_Info_c{ display: inline-block; }
.page_Infoleft { float: left; color: #a6a6a6;}
.page_Infoleft i{ margin-right: 3px; float: left; }
.page_Infoleft span{ float: left; }
.page_Infoline{ width: 1px; height: 12px; background: #989898; float: left; margin:7px 15px 0px 15px;}
#infoImage{ width:100%;text-align:center; margin:15px 0 0px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_Content{ margin:15px auto 0px; line-height:2; font-size: 13px;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; }
.rdpro1_video{ text-align: center; margin: 15px auto 0px; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.rdpro1_video #playVideo{ width: 100%; height: 100%; position: absolute; z-index: 10; top: 0px; left: 0px;}
.play_btn{ width: 36px; height: 36px; background: url(../images/video-icon.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
.hjzs{ overflow: hidden; margin-top: 12px; }
.hjzs_txt{ text-align: center; margin-top: 5px;}
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; }
    .page_Info{  margin-top: 10px; }
    #infoImage{ margin-top: 20px; }
    .page_Content{ margin:20px auto 0px; font-size: 14px;}
    .rdpro1_video{ margin: 20px auto 0px;}
    .right_side{ width: 72%; float: right;}
    .left_side{ width:25%; float: left; } 
    .left_side_nav{ overflow: hidden; }
    .left_side_nav a{ width: 100%; line-height: 42px; height:42px; background: #fafafa url(../images/pl_icon1.png) no-repeat 20px center; font-size: 15px; padding: 0px 20px 0px 36px; margin-bottom: 5px; float: left;}
    .left_side_nav a.on{ background: #1d56c4 url(../images/pl_icon1h.png) no-repeat 20px center; color:#fff; font-weight: bold; }
    .left_side_nav a:hover{background: #1d56c4 url(../images/pl_icon1h.png) no-repeat 20px center; color:#fff; }
    .hjzs{ margin-top: 16px; }
    .hjzs_txt{ margin-top: 8px; }
}
@media (min-width:1400px) 
{
    #page_Title{ font-size: 24px; padding-bottom: 15px; }
    #infoImage{ margin-top: 25px; }
    .page_Content{ margin:30px auto 0px; font-size: 15px;}
    .rdpro1_video{ margin: 25px auto 0px;}
    .left_side_nav a{ line-height: 46px; height:46px; }
    .hjzs{ margin-top: 24px; }
    .hjzs_txt{ margin-top: 12px; }
}
@media (min-width:1601px) 
{
    .left_side{ width:23%; }
    .right_side{ width: 73.5%;}
}


/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}
.seek_job li{ margin-top: 8px; overflow: hidden; position: relative; padding-left: 40px; border:1px solid #dedede;}
.seek_t1{ color: #999999; font-size: 20px; text-align: center; height: 40px; line-height: 40px; width:40px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.G_InputText{
    height:40px;
    line-height:40px;
    padding:0px 10px;
    outline: none;
    border-left:1px solid #dedede; 
}
.G_captcha{
    width:100px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_verifyImg{ width: 100px; height:40px; float: left; }
.G_textarea{
    height:150px;
    line-height:30px;
    padding:10px 10px;
    outline: none;
    border-left:1px solid #dedede;
    float: left;
}
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#1d56c4;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 16px;
    margin-top: 8px;
}
.G_But:hover{
    background:#fe162c; color: #fff;
}
@media (min-width:768px) 
{
    .G_But{ width: 200px; float: right; height:40px; line-height:40px; margin-top: 0px;}
}
@media (min-width:1200px) 
{
    .seek_job li{ margin-top: 10px; padding-left: 50px;}
    .seek_t1{ height: 50px; line-height: 50px; width:50px; font-size: 22px;}
    .G_InputText{ height: 50px; line-height: 50px; padding:0px 16px;}
    .G_textarea{ padding:10px 16px;}
    .G_captcha{ width: 120px; height: 50px; line-height: 50px;}
    .G_verifyImg{ width: 120px; height: 50px; }
    .G_But{ width: 240px; height:50px; line-height:50px;}
}
@media (min-width:1400px) 
{
    .seek_job li{ margin-top: 12px; padding-left: 56px;}
    .seek_t1{ height: 56px; line-height: 56px; width:56px; font-size: 24px;}
    .G_InputText{ height: 56px; line-height: 56px;}
    .G_captcha{ height: 56px; line-height: 56px; width: 160px; }
    .G_verifyImg{ width: 130px; height: 56px;}
    .G_But{ width: 400px; height: 56px; line-height: 56px;} 
}

/*******Css prev_next*******/
.prev_next{ overflow: hidden; margin-top: 15px;}
.prev_next li{ cursor: pointer; background: #eaeaea; height: 30px; line-height: 30px; overflow: hidden; padding: 0px 10px; margin-bottom: 8px;}
.prev_next li:hover{ background: #1d56c4; color: #fff;}
.prev_next li:hover a{ color: #fff; }
@media (min-width:768px) 
{
   .prev_next{ position: relative; padding-right: 110px;}
   .prev_next_btn{ width: 100px; height: 68px; line-height: 68px; background-color:#1d56c4; background-image: url(../images/prev_next_icon.png); background-position: 15px center; background-repeat: no-repeat; padding-left: 36px; color: #fff; position: absolute; right: 0px; top: 0px;}
   .prev_next_btn:hover{ background-color: #fe162c; color: #fff; }
}
@media (min-width:1200px) 
{
    .prev_next{ margin-top: 25px; padding-right: 160px;}
    .prev_next li{ height: 50px; line-height: 50px; padding: 0px 15px;}
    .prev_next_btn{ width: 145px; height: 108px; line-height: 108px; background-position: 25px center; padding-left: 60px;}
}
@media (min-width:1400px) 
{
    .prev_next{ margin-top: 35px; padding-right: 210px;}
    .prev_next li{ height: 55px; margin-bottom: 10px; line-height: 55px; padding: 0px 20px;}
    .prev_next_btn{ width: 190px; height: 120px; line-height: 120px; background-position: 40px center; padding-left: 75px; font-size: 15px;}
}

/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 25px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 8px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1d56c4;
  background: #1d56c4;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 35px 0 10px; }
}
@media (min-width:1400px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
    .de-page-mian .page-inner a{ padding: 0px 10px; }
}